Contribution org.nuxeo.ecm.user.center.dashboard.jsf.layouts.dashboard--layouts
org.nuxeo.ecm.user.center.dashboard.jsf.layouts.dashboard
inside nuxeo-user-dashboard-jsf-7.10-HF01.jar /OSGI-INF/layouts-dashboard-contrib.xml
This contribution is part of XML component Extension Point
Extension point layouts of component WebLayoutManager.Contributed Items
XML Source
<extension point="layouts" target="org.nuxeo.ecm.platform.forms.layout.WebLayoutManager">
<layout name="grid_dashboard_layout">
<templates>
<template mode="any">
/layouts/layout_grid_template.xhtml
</template>
</templates>
<rows>
<row>
<widget>dashboard_left</widget>
<widget>dashboard_right</widget>
</row>
</rows>
</layout>
</extension>